<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* css reset www.admin10000.com */
html {
  font-size: 10px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Microsoft Yahei";
  outline: none;
}
table {
  border-collapse: collapse;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*美化滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/*定义滚动条轨道 内阴影+圆角*/
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
}
@font-face {
  font-family: myzm;
  src: url("../font/impact.ttf");
}
.con {
  margin: 0 auto;
}
.header .nav {
  margin: 0;
}
.header .nav li a {
  padding: 0;
}
.header .sj_nav {
  position: absolute;
  top: 0.235rem;
  right: 0.35rem;
}
.header .sj_nav img {
  width: 0.8rem;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background: rgba(0, 0, 0, 0.15);
}
.am-slider-default {
  margin: 0;
}
.banner img {
  max-width: 100%;
}
.am-slider .am-slides &gt; li{
  height: 724px;
}
.banner .am-slider-default ol.am-control-nav li a {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-color: #fff;
  border-radius: 100%;
}
.banner .am-slider-default ol.am-control-nav li a.am-active {
  width: 29px;
  height: 10px;
  line-height: 12px;
  border-radius: 10px;
  background-color: #fff;
}
.title {
  text-align: center;
  margin-top: 65px;
}
.title h3 {
  text-transform: uppercase;
  font-size: 40px;
  color: #214fa8;
  font-weight: bold;
  font-family: myzm;
}
.title h4 {
  font-size: 28px;
  color: #373d41;
  font-weight: bold;
  line-height: 1.3;
}
.title p {
  font-size: 16px;
  color: #6a6969;
  line-height: 2.8;
}
.pic_list {
  margin-top: 85px;
}
.pic_list li {
  float: left;
  width: 32.33%;
  margin-left: 1%;
  text-align: center;
  padding: 55px 45px 50px;
  margin-bottom: 50px;
}
.pic_list li.on {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.pic_list li.on img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.pic_list li img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.pic_list li h4 {
  margin-top: 40px;
  font-size: 20px;
  color: #373d41;
  line-height: 2.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.pic_list li p {
  font-size: 14px;
  color: #6a6969;
  line-height: 1.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.gywm {
  background: url("../images/gsjj_bj.png") no-repeat;
  padding: 10px 0 80px;
}
.gywm .title h3,
.gywm .title h4,
.gywm .title p {
  color: #fff;
}
.gywm .gymw_text {
  margin-top: 50px;
  line-height: 2;
  font-size: 16px;
  color: #fff;
}
.gywm .gymw_text p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gywm .gymw_text a {
  display: block;
  margin: 85px auto 0;
  width: 134px;
  height: 40px;
  border: solid 1px rgba(255, 255, 255, 0.47);
  color: rgba(255, 255, 255, 0.47);
  border-radius: 3px;
  text-align: center;
}
.news_list {
  margin: 54px 0;
}
.news_list .news_left {
  width: 32%;
  background: #f9f9f9;
  padding: 9.5% 2% 6%;
  min-height: 425px;
}
.news_list .news_left h3 a {
  font-size: 24px;
  color: #333333;
  position: relative;
  font-weight: bold;
}
.news_list .news_left h3 a:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 95px;
  height: 1px;
  background: #8c8c8c;
}
.news_list .news_left p {
  font-size: 14px;
  color: #6a6969;
  line-height: 2;
  margin: 60px 0 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_list .news_left .more {
  display: block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  color: #8c8c8c;
  border: solid 1px #8c8c8c;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
}
.news_list .news_right {
  min-height: 430px;
  width: 67%;
}
.news_list .news_right li {
  background: #f9f9f9;
  margin-bottom: 20px;
  position: relative;
}
.news_list .news_right li .news_right_l {
  max-width: 71%;
  background: #fff;
  margin: 12px;
  position: relative;
  z-index: 6;
  padding: 20px;
}
.news_list .news_right li .news_right_l h3 a {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 15px 0 10px;
  display: block;
}
.news_list .news_right li .news_right_l p {
  font-size: 14px;
  color: #6a6969;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom:8px;
}
.news_list .news_right li .news_right_l .more {
  display: block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  color: #8c8c8c;
  border: solid 1px #8c8c8c;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
}
.news_list .news_right li .news_right_r {
  position: absolute;
  top: 0;
  right: 0;
  width: 237px;
  height: 202px;
}
.news_list .news_right li .news_right_r img {
  height: 100%;
  width: 100%;
}
.footer {
  background: url("../images/footer_bj.png") no-repeat;
}
.footer .footer_con {
  padding: 4% 0 2%;
}
.footer .footer_con .form {
  width: 42%;
}
.footer .footer_con .form .my_form_list {
  padding-right: 10%;
}
.footer .footer_con .form .my_form_list li {
  margin-bottom: 0.35rem;
  position: relative;
}
.footer .footer_con .form .my_form_list li input {
  width: 69%;
  height: 40px;
  padding-left: 10px;
  border: solid 1px #514f4c;
  background: #3d3e3f;
  border-radius: 3px;
}
.footer .footer_con .form .my_form_list li textarea {
  width: 100%;
  height: 90px;
  padding-left: 10px;
  border: solid 1px #514f4c;
  background: #3d3e3f;
  border-radius: 3px;
  resize: none;
}
.footer .footer_con .form .my_form_list li .yzm {
  position: absolute;
  top: 9px;
  left: 53%;
  height: 25px;
}
.footer .footer_con .form .my_form_list li .btn {
  width: 114px;
  background: #214fa8;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0;
}
.footer .footer_con .footer_list {
  width: 53%;
  border-left: solid 1px #453f38;
  padding-left: 5%;
}
.footer .footer_con .footer_list p {
  line-height: 2.2;
}
.footer .footer_con .footer_list p &gt; img {
  max-width: 19px;
  margin-right: 20px;
}
.footer .footer_con .footer_list p span {
  font-size: 14px;
  color: #9b9ea0;
}
.footer .footer_con .footer_list p i {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #9b9ea0;
  margin-right: 28px;
}
.footer .footer_con .footer_list p i img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 6px;
}
.footer .footer_bottom {
  border-top: solid 1px #2e2927;
  text-align: center;
  padding: 2% 0 1%;
}
.footer .footer_bottom p ,.footer .footer_bottom div{
  line-height: 1.8;
  font-size: 14px;
  color: #9b9ea0;
}
.footer .footer_bottom p a ,.footer .footer_bottom div a{
  color: #9b9ea0;
}
.ny_con {
  margin: 35px auto;
}
.ny_con .ny_con_left {
  width: 24%;
  max-width: 288px;
}
.ny_con .ny_con_left h4 {
  background: url("../images/pic_left.png") no-repeat;
  padding: 20px 0;
  text-align: center;
  position: relative;
  color: #ffffff;
}
.ny_con .ny_con_left h4:after {
  position: absolute;
  content: "";
  top: 21px;
  left: 87px;
  width: 4px;
  height: 31px;
  background: #fff;
}
.ny_con .ny_con_left h4 span {
  display: block;
  font-size: 20px;
}
.ny_con .ny_con_left h4 i {
  font-size: 12px;
}
.ny_con .ny_con_left .ny_con_left_list li {
  height: 50px;
  line-height: 50px;
  margin-top: 5px;
  width: 100%;
  background: #fafafa;
  border: solid 1px #e5e3e3;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.ny_con .ny_con_left .ny_con_left_list li.on {
  background: #2b85cb;
  border: solid 1px #2b85cb;
}
.ny_con .ny_con_left .ny_con_left_list li.on a {
  color: #fff;
}
.ny_con .ny_con_left .ny_con_left_list li:hover {
  background: #2b85cb;
  border: solid 1px #2b85cb;
}
.ny_con .ny_con_left .ny_con_left_list li:hover a {
  color: #fff;
}
.ny_con .ny_con_left .ny_con_left_list li a {
  display: block;
  padding-left: 30%;
  font-size: 14px;
  color: #6a6969;
}
.ny_con .ny_con_left .ny_con_left_list li a i {
  margin-right: 8px;
}
.ny_con .ny_con_right {
  width: 75%;
  max-width: 864px;
}
.ny_con .ny_con_right .mbx {
  padding-bottom: 10px;
  border-bottom: solid 1px #e7e5e5;
  font-size: 14px;
  color: #6a6969;
  vertical-align: middle;
}
.ny_con .ny_con_right .mbx i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.ny_con .ny_con_right .mbx a {
  font-size: 14px;
  color: #6a6969;
}
.ny_con .ny_con_right .mbx a.on {
  color: #214fa8;
}
.ny_con .ny_con_right .ny_con_right_list {
  margin-top: 25px;
}
.ny_con .ny_con_right .ny_con_right_list li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 18px;
}
.ny_con .ny_con_right .ny_con_right_list li:hover a {
  color: #214fa8;
}
.ny_con .ny_con_right .ny_con_right_list li:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.ny_con .ny_con_right .ny_con_right_list li i {
  display: block;
  width: 100%;
  max-height: 215px;
  border: solid 1px #e7e5e5;
  overflow: hidden;
}
.ny_con .ny_con_right .ny_con_right_list li i img {
  width: 94%;
  margin: 8px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.ny_con .ny_con_right .ny_con_right_list li p {
  line-height: 3;
  font-size: 14px;
  text-align: center;
}
.ny_con .ny_con_right .ny_con_sp_list {
  margin-top: 25px;
}
.ny_con .ny_con_right .ny_con_sp_list li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 18px;
}
.ny_con .ny_con_right .ny_con_sp_list li:hover a {
  color: #214fa8;
}
.ny_con .ny_con_right .ny_con_sp_list li i {
  display: block;
  width: 100%;
  max-height: 215px;
  position: relative;
  overflow: hidden;
}
.ny_con .ny_con_right .ny_con_sp_list li i em {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
}
.ny_con .ny_con_right .ny_con_sp_list li i em &gt; img {
  display: block;
  max-width: 50px;
  margin: 81px auto;
}
.ny_con .ny_con_right .ny_con_sp_list li i img {
  width: 100%;
}
.ny_con .ny_con_right .ny_con_sp_list li p {
  line-height: 3;
  font-size: 14px;
  text-align: center;
}
.ny_con .ny_con_right .ny_con_news_list {
  margin-top: 25px;
}
.ny_con .ny_con_right .ny_con_news_list li {
  margin-bottom: 18px;
  border-bottom: solid 1px #e7e5e5;
  padding-bottom: 15px;
}
.ny_con .ny_con_right .ny_con_news_list li .news_img {
  max-width: 189px;
  width: 20%;
}
.ny_con .ny_con_right .ny_con_news_list li .news_img img {
  width: 100%;
  max-height: 131px;
}
.ny_con .ny_con_right .ny_con_news_list li .news_text {
  width: 78%;
}
.ny_con .ny_con_right .ny_con_news_list li .news_text h3 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  display: block;
}
.ny_con .ny_con_right .ny_con_news_list li .news_text p {
  font-size: 14px;
  color: #6a6969;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ny_con .ny_con_right .ny_con_news_list li .news_text .more {
  display: block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  color: #8c8c8c;
  border: solid 1px #8c8c8c;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}
.page {
  width: 100%;
  margin: 3% auto;
  text-align: center;
}
.page &gt; a {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #efefef;
  margin: 0 0.3%;
  line-height: 2;
  color: #404040;
  background-color: #fcfcfc;
}
.page span {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #214fa8;
  margin: 0 0.3%;
  background-color: #214fa8;
  color: #fff;
  line-height: 2;
}
.info_text {
  margin-top: 25px;
  text-align: justify;
  line-height: 1.8;
  font-size: 14px;
}
.info_text h3 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 2;
}
.info_text img {
  max-width: 100%;
}
.info_text .ny_icon_sp_content {
  text-align: center;
}
.info_text .tiotle_info {
  display: block;
  text-align: center;
  padding-bottom: 35px;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 15px;
}
.info_text .tiotle_info span {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 14px;
  color: #8c8c8c;
}
.info_text .tiotle_info .fx div {
  display: inline-block;
  vertical-align: middle;
}
.page_info {
  margin: 35px auto 0;
  padding: 25px 0 15px;
  border-top: solid 1px #e6e6e6;
}
.page_info li {
  font-size: 14px;
  color: #8c8c8c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_info li a {
  vertical-align: middle;
  font-size: 14px;
  color: #8c8c8c;
}
</pre></body></html>